Properties of the TIBCLoaderOptions class.
For a complete list of the TIBCLoaderOptions class members, see the TIBCLoaderOptions Members topic.
Public
| Name | Description |
|
UseBlankValues (inherited from TDALoaderOptions) |
Forces IBDAC to fill the buffer with null values after loading a row to the database.
|
Published
| Name | Description |
|
InsertMode |
Used to control the type of statement used for loading data.
|
|
QuoteNames |
Used to quote columns names in the INSERT statement used for loading data.
|
|
RowsPerBatch |
Used to control the number of records that are sent to the server at once.
|
See Also